DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / UpdatedRowSource Property

In This Topic
    UpdatedRowSource Property (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Gets or sets how command results are applied to the System.Data.DataRow when used by the Update method of a System.Data.Common.DbDataAdapter.
    Syntax
    'Declaration
     
    Public Overrides Property UpdatedRowSource As UpdateRowSource
    public override UpdateRowSource UpdatedRowSource {get; set;}
    See Also